com.supermap.mapping
Class AggregationFunctionType
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.mapping.AggregationFunctionType
-
public class AggregationFunctionType extends Enum
Grid aggregation function
-
-
Field Summary
Fields Modifier and Type Field and Description static AggregationFunctionType
AVG
Averagestatic AggregationFunctionType
COUNT
Numberstatic AggregationFunctionType
MAX
Maximum valuestatic AggregationFunctionType
MIN
Minimum valuestatic AggregationFunctionType
SUM
Sum
-
-
-
Field Detail
-
SUM
public static final AggregationFunctionType SUM
Sum
-
AVG
public static final AggregationFunctionType AVG
Average
-
MAX
public static final AggregationFunctionType MAX
Maximum value
-
MIN
public static final AggregationFunctionType MIN
Minimum value
-
COUNT
public static final AggregationFunctionType COUNT
Number
-
-